Skip to content

Remove test plot line blarg #13573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

olebole
Copy link

@olebole olebole commented Jul 6, 2016

Superceded by #13641


The "blarg" argument is propagated to matplotlib and there it raises an
AttributeError (and not a TypeError).
However, since the test doesn't seem to have a rationale, it is removed here.

olebole added 2 commits July 6, 2016 15:27
The "blarg" argument is propagated to matplotlib and there it raises an
AttributeError (and not a TypeError).
However, since the test doesn't seem to have a rationale, it is removed here.
@codecov-io
Copy link

Current coverage is 84.34%

Merging #13573 into master will not change coverage

@@             master     #13573   diff @@
==========================================
  Files           138        138          
  Lines         51126      51126          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43122      43122          
  Misses         8004       8004          
  Partials          0          0          

Powered by Codecov. Last updated by d38ee27...6d9304e

@@ -528,3 +528,5 @@ Bug Fixes

- Bug in ``Categorical.remove_unused_categories()`` changes ``.codes`` dtype to platform int (:issue:`13261`)
- Bug in ``groupby`` with ``as_index=False`` returns all NaN's when grouping on multiple columns including a categorical one (:issue:`13204`)

- Bug in ``test_graphics`` to pass the tests with matplotlib 1.9.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean 1.5.2., instead say compat with matplotlib 1.5.2

Copy link
Member

@sinhrks sinhrks Jul 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think release note is needed, because it is test change.

@olebole
Copy link
Author

olebole commented Jul 13, 2016

Closing this in favour of PR #13641

@olebole olebole closed this Jul 13, 2016
@jorisvandenbossche jorisvandenbossche added this to the No action milestone Jul 13, 2016
@jorisvandenbossche
Copy link
Member

@olebole Even though it is not merged, thanks for your contribution!

@olebole olebole deleted the remove_test_plot_line_blarg branch July 13, 2016 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Reporting Incorrect or improved errors from pandas Visualization plotting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure with matplotlib 1.5.2rc2 on Debian
5 participants